home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: artemis.sto.fdata.se!news
- From: Niklas Mellin <niklas.mellin@sto.fdata.se>
- Subject: Re: about for loop
- Sender: news@artemis.sto.fdata.se (UseNet NetNews)
- Message-ID: <30ED38DE.141D@sto.fdata.se>
- Date: Fri, 5 Jan 1996 14:42:38 GMT
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- References: <4civik$cmg@peter.pu.edu.tw>
- Mime-Version: 1.0
- X-Mailer: Mozilla 2.0b4 (WinNT; I)
- Organization: WM-data F÷rsvarsdata AB, Sweden
-
- s8311116@csim49.pu.edu.tw wrote:
- >
- > if i write this for loop"for(i=0 ; i<=10 ; i++ )
- > cout<< i ;
- > the result should be " 12345678910 " or " 0123456789 " ?
-
- No!
- The output should be: 012345678910
-
- > and what is "double linked list " ??
- > thanks!
-
- A list with links in both directions, so you can step forward
- or backwards in it.
-
- ---
- Niklas
-